Skip to content

OCPBUGS-19676: Allow agent VSphere installs by simulating VMWare host#1588

Merged
openshift-ci[bot] merged 1 commit into
openshift-metal3:masterfrom
bfournie:agent-vsphere-platform
Nov 2, 2023
Merged

OCPBUGS-19676: Allow agent VSphere installs by simulating VMWare host#1588
openshift-ci[bot] merged 1 commit into
openshift-metal3:masterfrom
bfournie:agent-vsphere-platform

Conversation

@bfournie
Copy link
Copy Markdown
Contributor

When the platform type is "vsphere", set the host's manufacturer to VMWare in order to pass the assisted-service validations and allow the installation to proceed.

Copy link
Copy Markdown
Contributor

@rwsu rwsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 25, 2023
When the platform type is "vsphere", set the host's manufacturer
to VMWare in order to pass the assisted-service validations and
allow the installation to proceed.
@bfournie bfournie force-pushed the agent-vsphere-platform branch from adfe1d0 to 751cade Compare October 30, 2023 16:07
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 30, 2023
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Oct 30, 2023

New changes are detected. LGTM label has been removed.

Copy link
Copy Markdown
Contributor

@rwsu rwsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 31, 2023
Copy link
Copy Markdown
Contributor

@pawanpinjarkar pawanpinjarkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@andfasano
Copy link
Copy Markdown
Member

/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Nov 2, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andfasano

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2023
@openshift-ci openshift-ci Bot merged commit e4f2100 into openshift-metal3:master Nov 2, 2023
@bfournie bfournie deleted the agent-vsphere-platform branch November 2, 2023 14:44
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 2, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 2, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 8, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Nov 9, 2023
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Jan 3, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Jan 30, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Feb 21, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
rwsu added a commit to rwsu/dev-scripts that referenced this pull request Feb 26, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
openshift-metal3#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
openshift-merge-bot Bot pushed a commit that referenced this pull request Mar 9, 2024
Fake credentials are added to install-config.yaml for vSphere
platform.

In combination with
#1588,
this patch allows testng of installer and assisted-service
validations for the vSphere platform.

A complete install for vSphere using dev-scripts is currently
not possible because the vSphere environment is partially
simulated using libvirt VMs. Any cloud controller manager
interactions with vSphere will fail in libvirt because there
isn't an actual vSphere environment that is being exercised.

In this setup, only "agent wait-for bootstrap-complete" will
succeed. For vSphere, "agent wait-for install-complete" will fail
and is skipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants